home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 144 / XENIATGM144.iso / Shareware / Fresh Download 4.25 / freshdow.exe / install_script.iss
Text File  |  2002-07-10  |  2KB  |  47 lines

  1. ;InnoSetupVersion=3.0.1
  2.  
  3. [Setup]
  4. AppName=FreshDevices Corp. - FreshDownload
  5. AppVerName=FreshDownload
  6. AppId=FreshDevices Corp. - FreshDownload
  7. DefaultDirName={pf}\FreshDevices\FreshDownload
  8. DefaultGroupName=FreshDevices\FreshDownload
  9. UninstallDisplayIcon={app}\FD.exe
  10. OutputBaseFilename=setup
  11. Compression=zip
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\fd.exe"; DestDir: "{app}"; 
  18. Source: "{app}\fdb.exe"; DestDir: "{app}"; 
  19. Source: "{app}\fdgo.exe"; DestDir: "{app}"; 
  20. Source: "{app}\back01.bmp"; DestDir: "{app}"; 
  21. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  22. Source: "{app}\fdhelp.htm"; DestDir: "{app}"; 
  23. Source: "{app}\fdplugin.dll"; DestDir: "{app}"; 
  24. Source: "{app}\fdiehlp.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  25. Source: "{app}\fdnshlp.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  26.  
  27. [Registry]
  28. Root: HKCU; Subkey: "Software\FreshDevices\FreshDownload"; Flags: uninsdeletekey 
  29. Root: HKCR; Subkey: "FDPartialFile"; Flags: uninsdeletekey 
  30.  
  31. [Run]
  32. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  33.  
  34. [Icons]
  35. Name: "{userdesktop}\FreshDownload"; Filename: "{app}\FD.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  36. Name: "{userstartmenu}\FreshDownload"; Filename: "{app}\FD.exe"; WorkingDir: "{app}"; Tasks: startmenuicon; 
  37. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\FreshDownload"; Filename: "{app}\FD.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  38. Name: "{group}\FreshDownload"; Filename: "{app}\FD.exe"; WorkingDir: "{app}"; 
  39. Name: "{group}\FreshDownload Help"; Filename: "{app}\fdhelp.htm"; 
  40. Name: "{group}\Readme"; Filename: "{app}\readme.txt"; 
  41. Name: "{group}\Get Your Free Registration Code!!"; Filename: "{pf}\Internet Explorer\iexplore.exe"; Parameters: "http://www.freshdevices.com/register.html"; IconFilename: "{pf}\Internet Explorer\iexplore.exe"; IconIndex: 1; 
  42.  
  43. [Tasks]
  44. Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:"; 
  45. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  46. Name: "startmenuicon"; Description: "Create a &Start menu icon"; GroupDescription: "Additional icons:"; 
  47.